treewide: drop MAC and MTU from interfaces (protocols)
authorRafał Miłecki <[email protected]>
Fri, 28 May 2021 07:58:12 +0000 (09:58 +0200)
committerRafał Miłecki <[email protected]>
Fri, 28 May 2021 13:44:44 +0000 (15:44 +0200)
commit14511e5392b6df20bb32aedebd89f32a1f6722da
tree2b0d7dd750eabc31949a6b1b00573e7fff2d5593
parent9eee69a62ef16357a23f7508be966a0c524e6b86
treewide: drop MAC and MTU from interfaces (protocols)

Those are L2 options that are not part of interfaces (L3), should not be
set there and don't work. Setting MAC and MTU should be done at device
layer (config device) and is supported for basic types already.

Signed-off-by: Rafał Miłecki <[email protected]>
(cherry picked from commit 79947af064122438c803f3b7bc580ede093a26e4)
modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js
modules/luci-base/htdocs/luci-static/resources/protocol/static.js
protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js
protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js
protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js
protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js